| Previous | Chapter contents | Chapter top | Section top | Next |
You can use the QTVRSetViewState function to set the value of a view state.
OSErr QTVRSetViewState (
QTVRInstance qtvr,
QTVRViewStateType viewStateType,
UInt16 state);
The QTVRSetViewState function sets the value of the view state of the object node specified by the qtvr parameter that has the type specified by the viewStateType parameter to the value specified by the state parameter.
Use QTVRGetViewState (link) to get the value of a view state.
| Previous | Chapter contents | Chapter top | Section top | Next |